[DEPRECATED] Use form field endpoints instead. Delete a specific custom field by id
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "similique-voluptate-fuga-qui",
"description": "Dolore amet quod quae.",
"enabled": true,
"position": 1,
"updated_at": "2025-12-21T12:07:18.325-08:00",
"created_at": "2025-12-21T12:07:16.724-08:00",
"kind": "text",
"label": "Similique voluptate fuga qui.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/custom_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "128",
"type": "custom_fields",
"attributes": {
"slug": "similique-voluptate-fuga-qui",
"description": "Dolore amet quod quae.",
"enabled": true,
"position": 1,
"updated_at": "2025-12-21T12:07:18.325-08:00",
"created_at": "2025-12-21T12:07:16.724-08:00",
"kind": "text",
"label": "Similique voluptate fuga qui.",
"shown": [],
"required": []
},
"relationships": {
"options": {
"data": []
}
}
}
}